home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineButton2_818
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2007-05-10
|
372b
|
22 lines
on(release){
if(_root.e_gjg > 0)
{
_root.gold.start();
_root.into.start();
_root.e_gjg -= 1;
_root.g += 200;
}
else
{
_root.err.start(1.2,1);
if(_root.yuyan == 0)
{
g_mous.show = "你没有收到此怪!";
}
else
{
g_mous.show = "Nothing!!";
}
}
}